Local Config File

Open Data Science Initiative

3rd November 2014 Neil D. Lawrence

To make use of the python open data science software, you need to create a local configuration file in your home directory called .ods_user.cfg which stores the following entries.

# This is a user's personal configuration file for ods [datasets] # location for the local data cache dir=~/ods_data_cache/ [google docs] # Set the email address of an account to access google doc information. user = user@gmail.com # Set the password of an account to access google doc information. password = password [Gmail] user = user@gmail.com name = Name Surname

In [ ]: